home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.20030409-20031118 / 000118_fdc@columbia.edu_Thu May 29 09:13:13 EDT 2003.msg < prev    next >
Text File  |  2020-01-01  |  3KB  |  66 lines

  1. Article: 14343 of comp.protocols.kermit.misc
  2. Path: newsmaster.cc.columbia.edu!news.columbia.edu!news-not-for-mail
  3. From: fdc@columbia.edu (Frank da Cruz)
  4. Newsgroups: comp.protocols.kermit.misc
  5. Subject: Re: Mac OS X, Break, and Keyspan USB Twin Serial Adaptor
  6. Date: 29 May 2003 09:13:08 -0400
  7. Organization: Columbia University
  8. Lines: 49
  9. Message-ID: <bb5114$5co$1@watsol.cc.columbia.edu>
  10. References: <ac67ee9b.0305281820.6fd13658@posting.google.com>
  11. NNTP-Posting-Host: watsol.cc.columbia.edu
  12. X-Trace: newsmaster.cc.columbia.edu 1054213989 2818 128.59.39.139 (29 May 2003 13:13:09 GMT)
  13. X-Complaints-To: postmaster@columbia.edu
  14. NNTP-Posting-Date: 29 May 2003 13:13:09 GMT
  15. Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:14343
  16.  
  17. In article <ac67ee9b.0305281820.6fd13658@posting.google.com>,
  18. Josh Kuperman <josh@ssimr.com> wrote:
  19. : I downloaded the most recent OS X binary, and followed some
  20. : instructions someone else provided on how to set up permissions for
  21. : the lock file. Everything seemed to be working.
  22. : I wanted to see if I could control a Sun Sparc 10 running headless
  23. : from an iMac using Kermit. To get at the serial port on the SS 10 I
  24. : have the following set up [ iMac -> [ Linksys 4-Port Hub] -> USB Twin
  25. : Serial Adaptor -> Old Mac 9 mini din to 25DB modem cable -> null modem
  26. : -> SS10.
  27. : I was able to connect as far as I can tell, but I was not able to send
  28. : a Break.
  29. :
  30. The way to send a Break in Kermit is to type Ctrl-\, then b.  Is that
  31. what you did?
  32.  
  33. : I emailed Keyspan and have been scouring the net, but I'm
  34. : wondering if anyone here can offer me insight.  I was able to do some
  35. : form of loop back testing by taking an old Mac 9 pin mini-din (both
  36. : ends) printer cable and connecting both ports on the Keyspan USB twin
  37. : serial adaptor.
  38. :
  39. I would not necessarily depend on that.  Is a Mac printer cable the same
  40. as a Mac null-modem cable?
  41.  
  42. : All I established there was I don't seem to get line
  43. : feeds and sending a break seems to disconnect. Anyone have good
  44. : suggestions on loopback testing, connecting through USB ports, or Mac
  45. : OS X perculiarities?
  46. :
  47. Sending Break is one of those crannies of Unix that was never noticed by
  48. standards makers; there are almost as many ways to do it as there are
  49. varieties of Unix.
  50.  
  51. C-Kermit's Break code for Mac OS X uses the 4.4BSD method, just like
  52. FreeBSD, etc.  I don't have hands-on access to Mac OS X so I can't put a
  53. breakout box on it to see if it's really working.  Maybe somebody with
  54. physical access can try this.  If you don't have a breakout box, use an
  55. external modem that has lights.  Ctrl-\ b should make the TxD light 
  56. come on for 250 milliseconds (1/4 second).  Ctrl-\ l (letter L) should
  57. send a 1.5-second Long Break.
  58.  
  59. If the Break-sending code in Mac OS X doesn't work, then somebody who
  60. has Mac OS X is invited to fix it.  That's why we publish the source
  61. code.
  62.  
  63. - Frank
  64.